home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00191.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  194 b   |  12 lines

  1. on mouseUp
  2.   if the doubleClick then
  3.     exit
  4.   end if
  5.   repeat with i = 17 to 21
  6.     puppetSprite(i, 1)
  7.     set the visible of sprite i to 0
  8.     puppetSprite(i, 0)
  9.   end repeat
  10.   cursor(0)
  11. end
  12.